home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / forg.arj / DEMO.FMT < prev    next >
Encoding:
Text File  |  1992-03-23  |  1.1 KB  |  21 lines

  1. CLEAR
  2. @ 3,10 SAY '╔═════════════════════════════════════════════════════════╗          '
  3. @ 4,10 SAY '║                                                         ║          '
  4. @ 5,10 SAY '║                                       CHECK NO.         ║          '
  5. @ 6,10 SAY '║                                                         ║          '
  6. @ 7,10 SAY '║                                    CHECK DATE   /  /    ║          '
  7. @ 8,10 SAY '║                                                         ║          '
  8. @ 9,10 SAY '║  PAYEE                                 AMOUNT $         ║          '
  9. @ 10,10 SAY '║                                                         ║          '
  10. @ 11,10 SAY '║  CATEGORY         COMMENT                               ║          '
  11. @ 12,10 SAY '║                                                         ║          '
  12. @ 13,10 SAY '╚═════════════════════════════════════════════════════════╝          '
  13. @ 5,62 GET ckno PICTURE '@9999'
  14. @ 7,58 GET mo PICTURE '@N'
  15. @ 7,61 GET da PICTURE 'N'
  16. @ 7,64 GET yr
  17. @ 9,23 GET payee                     
  18. @ 9,59 GET amount 
  19. @ 11,24 GET cat
  20. @ 11,38 GET comment                      PICTURE 'N'
  21.